Skip to content

Conversation

@LittleCodingFox
Copy link
Contributor

Summary of the PR

This very simple PR merely adds the missing GenerateBoundingBoxes flag to Assimp that allows generating a mesh's Axis Aligned Bounding Box (AABB) on import, which is important in several use cases such as game engines to figure out the size of a mesh for collision or culling purposes.

Related issues, Discord discussions, or proposals

The flag's value can be found at https://github.com/assimp/assimp/blob/master/include/assimp/postprocess.h#L605

Further Comments

I believe this is an important flag to keep, and I'd love to have your feedback if you have any!

Copy link
Member

@Perksey Perksey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Silk.NET Development Tracker Apr 20, 2025
@Perksey Perksey enabled auto-merge (squash) April 20, 2025 15:35
@Perksey Perksey merged commit e15e305 into dotnet:main Apr 20, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Silk.NET Development Tracker Apr 20, 2025
@LittleCodingFox
Copy link
Contributor Author

Thank you! Have a great day!

@LittleCodingFox LittleCodingFox deleted the feature/assimp-gen-bound-boxes branch April 20, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants